projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a125b34
)
Typo fix in help message for baud option in NMEA.
author
robertl
<robertl>
Wed, 30 Aug 2006 18:03:57 +0000
(18:03 +0000)
committer
robertl
<robertl>
Wed, 30 Aug 2006 18:03:57 +0000
(18:03 +0000)
nmea.c
patch
|
blob
|
history
diff --git
a/nmea.c
b/nmea.c
index b5612aae639e270b13becdc2165c0de3db8e88b5..8ffb3b8b7920f41292eb934662500ce735206093 100644
(file)
--- a/
nmea.c
+++ b/
nmea.c
@@
-192,7
+192,7
@@
arglist_t nmea_args[] = {
{ "get_posn", &getposnarg, "Return current position as a waypoint",
NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
{"pause", &opt_sleep, "Decimal seconds to pause between groups of strings", NULL, ARGTYPE_INT, ARG_NOMINMAX },
- {"baud", &opt_baud, "
Bits per spee
d of serial port (baud=4800)", NULL, ARGTYPE_INT, ARG_NOMINMAX },
+ {"baud", &opt_baud, "
Speed in bits per secon
d of serial port (baud=4800)", NULL, ARGTYPE_INT, ARG_NOMINMAX },
ARG_TERMINATOR
};